From: Dan Nicolaescu Date: Wed, 26 Aug 2009 05:26:22 +0000 (+0000) Subject: Document the desired behavior for reverted files in the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10887 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f433a022fe45adad32c0b985b5722df13102300a;p=emacs.git Document the desired behavior for reverted files in the `added' state. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7c2e0c60b6..b3ea711ce94 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-08-26 Dan Nicolaescu + + * vc.el: Document the desired behavior for reverted files in the + `added' state. + 2009-08-26 Glenn Morris * bindings.el (standard-mode-line-format): Reposition dashes in diff --git a/lisp/vc.el b/lisp/vc.el index 5bc8e2fd1ec..085de45ad1c 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -313,6 +313,8 @@ ;; arg CONTENTS-DONE is non-nil, then the contents of FILE have ;; already been reverted from a version backup, and this function ;; only needs to update the status of FILE within the backend. +;; If FILE is in the `added' state it should be returned to the +;; `unregistered' state. ;; ;; - rollback (files) ;;